Delete asset by its id
Removes an asset with the given ID if possible. Deleting an asset is only possible if that asset is not yet referenced by a contract agreement, in which case an error is returned. DANGER ZONE: Note that deleting assets can have unexpected results, especially for contract offers that have been sent out or ongoing or contract negotiations.
Path Parameters
- id string required
Header Parameters
- connectorUrl string
Responses
- 200
- 400
- 404
- 409
Asset was deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Request body was malformed, e.g. id was null
An asset with the given ID does not exist
The asset cannot be deleted, because it is referenced by a contract agreement
Loading...